Function |is_finite
std/ops/float::|is_finite
Usage
|is_finite<F>(value)
Generics
◻ F: Float
Parameters
↳ value: F
Return
↴ bool
Tells if a value is finite.
Returns true if value is not infinite nor NaN.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
std/ops/float::|is_finite
|is_finite<F>(value)
◻ F: Float
↳ value: F
↴ bool
Tells if a value is finite.
Returns true if value is not infinite nor NaN.